home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
sky-chopper.swf
/
scripts
/
frame_5
/
PlaceObject2_1118_7
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-29
|
199 b
|
11 lines
onClipEvent(enterFrame){
frame = _currentframe;
date2 = new Date();
now = date2.getTime();
elapsedTime = now - start;
if(elapsedTime >= 1000)
{
resetTimer();
}
}